home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 421_01 / scroll.h < prev    next >
C/C++ Source or Header  |  1993-06-12  |  208b  |  16 lines

  1. // SCROLL.H
  2.  
  3. #ifndef _SCROLL_H
  4. #define _SCROLL_H
  5.  
  6. #include "def.h"
  7.  
  8. #include <stdlib.h>
  9. #include <conio.h>
  10. #include <new.h>
  11. #include <stdio.h>
  12.  
  13. void scrolldata(void);
  14. void scroll(void);
  15.  
  16. #endif